home *** CD-ROM | disk | FTP | other *** search
- object PosterForm: TPosterForm
- Left = 238
- Top = 214
- ActiveControl = BOk
- BorderStyle = bsDialog
- Caption = 'Post'#233'riser'
- ClientHeight = 136
- ClientWidth = 298
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LblN: TLabel
- Left = 16
- Top = 24
- Width = 34
- Height = 13
- Caption = 'Niveau'
- end
- object BAnnuler: TButton
- Left = 208
- Top = 96
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Annuler'
- TabOrder = 0
- OnClick = BAnnulerClick
- end
- object BOk: TButton
- Left = 128
- Top = 96
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 1
- OnClick = BOkClick
- end
- object BApercu: TButton
- Left = 16
- Top = 96
- Width = 75
- Height = 25
- Caption = 'Aper'#231'u'
- TabOrder = 3
- OnClick = BApercuClick
- end
- object TBN: TTrackBar
- Left = 10
- Top = 40
- Width = 279
- Height = 33
- Max = 120
- Min = 2
- Orientation = trHorizontal
- PageSize = 8
- Frequency = 8
- Position = 20
- SelEnd = 0
- SelStart = 0
- TabOrder = 2
- ThumbLength = 15
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TBNChange
- end
- end
-